From fbe7529d30e6c1f50cb29cb761915c5f3bd13e57 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 13 Jan 2006 19:19:21 +0000 Subject: [PATCH] fix wrong module name and recursive dependency in usb-serial package SVN-Revision: 2957 --- openwrt/target/linux/linux-2.4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile index 87f59c5864..fb3e1b9ded 100644 --- a/openwrt/target/linux/linux-2.4/Makefile +++ b/openwrt/target/linux/linux-2.4/Makefile @@ -138,7 +138,7 @@ $(eval $(call KMOD_template,USB_STORAGE,usb-storage,\ ,CONFIG_USB_STORAGE,kmod-usb-core,60,scsi_mod sd_mod usb-storage)) $(eval $(call KMOD_template,USB_SERIAL,usb-serial,\ $(MODULES_DIR)/kernel/drivers/usb/serial/*.o \ -,CONFIG_USB_SERIAL,kmod-usb-serial,60,usb-serial)) +,CONFIG_USB_SERIAL,kmod-usb-core,60,usbserial)) $(eval $(call KMOD_template,USB_PRINTER,usb-printer,\ $(MODULES_DIR)/kernel/drivers/usb/printer.o \ ,CONFIG_USB_PRINTER,kmod-usb-core,60,printer)) -- 2.30.2